home *** CD-ROM | disk | FTP | other *** search
/ BMUG PD-ROM B4 / PD-ROM B4.iso / Utilities / Text and Speech / Alpha 5.3 / Tcl / Usercode / Read Mr < prev    next >
Encoding:
Text File  |  1993-01-24  |  3.0 KB  |  81 lines  |  [TEXT/ALFA]

  1. FILE: README.black
  2.  
  3. LAST UPDATE: 01/23/93 5:58:51 AM
  4.  
  5. DESCRIPTION
  6.  
  7. The directories ElectricAlias and UserCode contain a number of TCL scripts 
  8. for use with Pete Keleher's Alpha Text Editor (version 5.3). Each TCL 
  9. script is more or less self contained and includes a moderate amount of 
  10. documentation. In addition, there is a folder containing electricAlias's in 
  11. support of the script/proc electricAlias. Use these procedures together or 
  12. independently. 
  13.  
  14. You may freely copy and distribute this archive provided this README file
  15. remains with it.  These files are freeware for all REGISTERED users of 
  16. Alpha.  These files are not to be sold for profit.  SEE COPYRIGHT below.
  17.  
  18. INSTALLATION
  19.  
  20. Place these files in $HOME:Tcl.  Then read the comments at the top of
  21. UserBits.tcl.
  22.  
  23. CHANGES
  24.  
  25.     * all * -- restructured for $HOME:Tcl:Usercode hierarchy
  26.     editLastFile -- bug fix
  27.     setBackupFolder -- new
  28.     unknown.tcl -- bug fix
  29.     
  30. CONTENTS
  31.  
  32. Procs:
  33.     canon.tcl -- batch rename of identifiers forces alphabetic case (mpw-like)
  34.     compare-windows.tcl -- EMACs-like comparision of two windows
  35.     date.tcl -- obtain the current time
  36.     editLastFile.tcl -- keeps a stack of files edited in a session
  37.     electricAlias Help -- documentation for electricAlias
  38.     electricAlias.tcl -- typing aid (see documentation)
  39.     electricEnter.tcl -- add MPW-like functionality for ENTER key
  40.     listFuncs.tcl -- extract a list of all functions in current file
  41.     number.tcl -- insert Roman/Alphabetic numbers
  42.     reverseLines.tcl -- what it says (use with sortLines)
  43.     setAwkMode.tcl -- new mode for changeModes
  44.     setBackupFolder -- changes the backup folder based on a file's location
  45.     setMailMode.tcl -- new mode for changeModes
  46.     setPascalMode.tcl -- new mode for changeModes
  47.     setPerlMode.tcl -- new mode for changeModes
  48.     setVar.tcl -- keep old procs working
  49.     unknown.tcl -- a must-have to augment Alpha
  50.     update.tcl -- semi-automatic text file timestamp facility
  51.  
  52. Aliases:
  53.     aliases       -- GLOBAL electricAliases
  54.     aliases.Awk   -- AWK programming language templates
  55.     aliases.C     -- C programming language template
  56.     aliases.Csh   -- Cshell programming language template
  57.     aliases.Pas   -- Pascal programming language template
  58.     aliases.Perl  -- Perl programming language template
  59.     aliases.Tcl   -- TCL programming language template
  60.     aliases.Text  -- Text file electricAliases (memo templates, etc.)
  61.     aliases.Vlg   -- Verilog
  62.  
  63.  
  64. COPYRIGHT:
  65.  
  66.     Copyright ©  by David C. Black
  67.     All rights reserved.
  68.  
  69.     Redistribution and use in source and binary forms are permitted
  70.     provided that the above copyright notice and this paragraph are
  71.     duplicated in all such forms and that any documentation,
  72.     advertising materials, and other materials related to such
  73.     distribution and use acknowledge that the software was developed
  74.     by David C. Black.
  75.  
  76.     THIS SOFTWARE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR
  77.     IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
  78.     WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
  79.  
  80. ###############################################################################
  81.